home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / citta / mi063.dir / 00003_Script_3 < prev    next >
Text File  |  1983-01-28  |  548b  |  22 lines

  1. on exitframe
  2.   global a_blocca,att_hilitec_dacast,att_hilitec_quanti,att_hilitec_sprite,at_hil_dacast,at_hil_quanti,at_hil_sprite  
  3.   if a_blocca = false then
  4.     att_hilitec 64,5,4
  5.   end if
  6.   at_hil at_hil_dacast,at_hil_quanti,at_hil_sprite
  7.   gestione_cursori
  8.   
  9.   go to the frame
  10. end
  11. on mouseup
  12.   if the mouseH > 53  and the mouseH <640 and the mouseV >0 and the mouseV < 480 then
  13.     global a_blocca, viff_da,viff_a
  14.     set a_blocca =false
  15.     
  16.     viff viff_da,viff_a
  17.     gestione_cursori
  18.     updatestage
  19.     
  20.   end if
  21. end
  22.